home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / BooleanInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  2.6 KB  |  87 lines

  1. DateInspector = {
  2.     ACTIONS = {"changeFormat:" = "changeFormat:"; "takeFormatFrom:" = "takeFormatFrom:"; }; 
  3.     OUTLETS = {
  4.     formatMatrix = formatMatrix; 
  5.     generalTextPlaceHolder = generalTextPlaceHolder; 
  6.     }; 
  7.     SUPERCLASS = GeneralTextInspector; 
  8. };
  9. Inspector = {
  10.     ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; }; 
  11.     OUTLETS = {
  12.     controller = controller; 
  13.     graphicView = graphicView; 
  14.     panel = panel; 
  15.     selectedGraphic = selectedGraphic; 
  16.     slist = slist; 
  17.     }; 
  18.     SUPERCLASS = Object; 
  19. };
  20. GraphicInspector = {SUPERCLASS = Inspector; };
  21. Subclass1 = {SUPERCLASS = Inspector; };
  22. BooleanInspector = {
  23.     ACTIONS = {
  24.     "changeRepresentation:" = "changeRepresentation:"; 
  25.     "takeRepresentationFrom:" = "takeRepresentationFrom:"; 
  26.     }; 
  27.     OUTLETS = {box1 = box1; useSwitchMatrix = useSwitchMatrix; }; 
  28.     SUPERCLASS = InspectorDP; 
  29. };
  30. MoneyInspector = {
  31.     ACTIONS = {"changeFormat:" = "changeFormat:"; "takeFormatFrom:" = "takeFormatFrom:"; }; 
  32.     OUTLETS = {
  33.     formatMatrix = formatMatrix; 
  34.     generalTextPlaceHolder = generalTextPlaceHolder; 
  35.     }; 
  36.     SUPERCLASS = GeneralTextInspector; 
  37. };
  38. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  39. GeneralTextInspector = {
  40.     ACTIONS = {
  41.     "changeAlignment:" = "changeAlignment:"; 
  42.     "changeBgGray:" = "changeBgGray:"; 
  43.     "changeBorderType:" = "changeBorderType:"; 
  44.     "changeTextGray:" = "changeTextGray:"; 
  45.     "takeAlignmentFrom:" = "takeAlignmentFrom:"; 
  46.     "takeBgGrayFrom:" = "takeBgGrayFrom:"; 
  47.     "takeBorderTypeFrom:" = "takeBorderTypeFrom:"; 
  48.     "takeTextGrayFrom:" = "takeTextGrayFrom:"; 
  49.     }; 
  50.     OUTLETS = {
  51.     alignmentMatrix = alignmentMatrix; 
  52.     bgGrayMatrix = bgGrayMatrix; 
  53.     borderTypeMatrix = borderTypeMatrix; 
  54.     textGrayMatrix = textGrayMatrix; 
  55.     textInspectorView = textInspectorView; 
  56.     }; 
  57.     SUPERCLASS = Inspector; 
  58. };
  59. InspectorDP = {
  60.     ACTIONS = {"changeAppkitObjStyle:" = "changeAppkitObjStyle:"; }; 
  61.     OUTLETS = {messageField = messageField; styleMatrix = styleMatrix; }; 
  62.     SUPERCLASS = Inspector; 
  63. };
  64. ValueInspector = {
  65.     ACTIONS = {"changeFormat:" = "changeFormat:"; "takeFormatFrom:" = "takeFormatFrom:"; }; 
  66.     OUTLETS = {
  67.     formatMatrix = formatMatrix; 
  68.     generalTextPlaceHolder = generalTextPlaceHolder; 
  69.     }; 
  70.     SUPERCLASS = GeneralTextInspector; 
  71. };
  72. PictureInspector = {SUPERCLASS = Inspector; };
  73. TextInspector = {
  74.     ACTIONS = {
  75.     "changeIsScrollable:" = "changeIsScrollable:"; 
  76.     "changeUseRTF:" = "changeUseRTF:"; 
  77.     "ok:" = "ok:"; 
  78.     "revert:" = "revert:"; 
  79.     }; 
  80.     OUTLETS = {
  81.     generalTextInspector = generalTextInspector; 
  82.     isScrollableSwitch = isScrollableSwitch; 
  83.     useRTFSwitch = useRTFSwitch; 
  84.     }; 
  85.     SUPERCLASS = Inspector; 
  86. };
  87.